How to disable "request response" in outlook 2010

Hi Guys,

is it possible to configure outlook to disable the request response by default? , is there anyway i can change it in the settings?.

Meaning that all new calendar entries and meeting requests will not need people to respond with accept / decline and send response.

thank you!

April 20th, 2015 4:02am

Go to Tools - Options - Receipts and uncheck the check box to disable request response.
Free Windows Admin Tool Kit Click here and download it now
April 20th, 2015 8:53am

Hi,

We can create a new appointment form and turn the option off programmatically.

Turning off the request responses programmatically consists of three steps.
  • Create a custom form
  • Publish the form in your Calendar folder
  • Make the new form the default appointment form

To create a custom form, please follow:

1. In the Outlook Calendar view, click New Meeting to create a new empty meeting request.

2. Click Developer tab, click Design This Form.

3. In the Form group under Developer tab, click View Code.

4. In the Visual Basic Script Editor type the following:

      Function Item_Open()

            Item.ResponseRequested = False

      End Function

5. On File menu, click Close.

To publish the form, click Publish drop-down list from the Form group and select Publish Form As. Give a name to the form and click Publish.

The last step is to make the new form the default appointment form. To do this, right-click the Calendar folder from the calendar list and select Properties. Click to select the form we created before from the "When posting to this folder" list. Click OK.

Hope this helps.

Regards,

Steve Fan
TechNet Community Support

April 20th, 2015 11:22pm

Hi,

As per the information and details provided by you, to disable request response in Outlook 2010, please follow these steps: -

To manually turn off the Request Response Option for Outlook 2010: -

  1. On the Home tab > New Items > Meeting.
  2. On the Responses icon in the Attendees section. Uncheck Request Responses.
  3. This turns off the Request Responses option.

I hope this information will be helpful for you.

Thanks and regards

Shweta@G 

Free Windows Admin Tool Kit Click here and download it now
April 21st, 2015 1:09am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics